home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / BULLETIN / 1806B.ZIP / WILD-TD.LZH / PROTOCOL.HLP < prev    next >
Text File  |  1991-03-01  |  10KB  |  183 lines

  1.  
  2.  
  3.      =============== WILDCAT! FILE SYSTEM TUTORIAL ==================
  4.  
  5.      The files area allows users to move files between your system and
  6.      WILDCAT!. Downloading is the process of moving files from WILDCAT!
  7.      to your computer, and uploading is moving files from your computer
  8.      to WILDCAT!.
  9.  
  10.      Data transfer can be done in a number of ways in WILDCAT!.  New
  11.      error checking protocols are being added on a regular basis, but
  12.      the most common transfer methods are XMODEM, YMODEM and standard ASCII.
  13.      XMODEM protocol was originally developed by Ward Christensen, a
  14.      pioneer in micro communications.  XMODEM is included in many
  15.      communications programs including PC-TALK III, QMODEM, CROSSTALK,
  16.      SMARTCOM and many more.  You will recall that WILDCAT! allows each
  17.      user to specify a default transfer protocol for all file transfers.
  18.      We suggest that the default be set to NONE until you have become
  19.      familiar with the options available since the more advanced choices
  20.      require a blank default.  Before talking any more about specific
  21.      protocols, lets review the general method of locating a file or
  22.      program to download from a WILDCAT! system.
  23.  
  24.      The explaination which follows assumes the SYSOP has adopted the
  25.      standard WILDCAT! Files System Menu, and is using the recommended
  26.      prompts. Since every WILDCAT! system has the option of changing the
  27.      wording of this menu, you may find some slight variation of the
  28.      menu prompts which will perform the same functions.
  29.  
  30.      WILDCAT! allows the System Operator the option of storing files in
  31.      separate subdirectories or areas, each of which is devoted to different
  32.      types of files or programs.  File areas usually have names like GAMES,
  33.      UTILITIES, etc., and contain files of that type.  Select the LIST command,
  34.      usually displayed as [L]ist on the menu and you will be prompted for the
  35.      specific file area you wish to view.  The complete names of the files
  36.      available will be listed along with file size, date added to the system,
  37.      time needed to download at your baud rate, the number of times it has
  38.      been downloaded, and a brief description of each file.
  39.  
  40.  
  41.      XMODEM FILE TRANSFER
  42.  
  43.      WILDCAT! supports two variations of the XMODEM protocol called
  44.      XMODEM and XMODEM/CRC respectively.  One of these two protocols is
  45.      required if you intend to transfer files with extensions of EXE,
  46.      OBJ, COM, ARC, LBR, xQx, as well as tokenized BASIC programs.
  47.      Files containing the IBM PC special ASCII characters (ones with
  48.      ASCII values above 128) must also be transferred with XMODEM,
  49.      including Wordstar files.  These files cannot be transferred in
  50.      ASCII mode since ASCII transfer is only 7 bit and these types of
  51.      files require the full 8 bit transfer of the data with no
  52.      translation of the contents of the file.
  53.  
  54.      XMODEM also offers the advantage of error checking on a block by
  55.      block basis to assure that the data sent contains no errors.  It
  56.      does this by adding a checksum byte to the end of each block of
  57.      data; the receiver calculates its own checksum and compares it to
  58.      the one received.  If an error is detected in the transmission,
  59.      XMODEM will request that WILDCAT! retransmit the block of data.
  60.  
  61.      In addition to the above checksum comparison, XMODEM/CRC adds
  62.      another level of error detection using a complex CYCLICAL
  63.      REDUNDANCY CHECK algorithm.
  64.  
  65.      Please be certain to select and use matching protocol types for
  66.      accurate data interchange.  QMODEM, a product of John Friel and the
  67.      FORBIN PROJECT supports both XMODEM and XMODEM/CRC, and will usually
  68.      contain additional protocols added to WILDCAT!.
  69.  
  70.      To perform an XMODEM file download, first determine the name of a file
  71.      by using the <L>IST command.
  72.  
  73.      1.  Select <D>OWNLOAD from the FILES MENU
  74.  
  75.      2.  Select the transfer protocol you want to use by entering the
  76.          number which corresponds to it, ie. 3 for XMODEM/CRC.
  77.  
  78.      3.  Enter the COMPLETE file name.  WILDCAT! will check to make sure the
  79.          file exists and then proceed.  If the file is not found, check the
  80.          spelling in the [L]ist.
  81.  
  82.      4.  WILDCAT! will indicate how many blocks are to be sent and wait
  83.          for you to begin you transfer procedure.  Once WILDCAT! indicates
  84.          it is READY TO SEND you should then open your recieve or capture
  85.          file (QMODEM & PC-TALK.III Alt-R command) and start the XMODEM
  86.          receive process.  PC-TALK.III starts XMODEM for you ONLY IF you put
  87.          '=X' at the end of the download filename.  QMODEM will ask for the
  88.          protocol type much the same way as WILDCAT!
  89.  
  90.      5.  The file will be transferred automatically block by block under
  91.          XMODEM until the entire file has been sent. You may abnormally
  92.          abort the transfer by sending WILDCAT! an ASCII CAN code (CTRL-
  93.          X). PC-TALK.III & QMODEM will do this for you if you enter an
  94.          Alt-R during the file transfer, or it can be entered from the
  95.          keyboard.
  96.  
  97.      7.  When the file transfer is finished, XMODEM automatically closes
  98.          your capture file for you. XMODEM also ensures that no garbage
  99.          gets into your file; binary files and text files are sent to
  100.          you with 99.6% error free transmission with XMODEM and better
  101.          than 99.9% with XMODEM/CRC.
  102.  
  103.      ASCII DATA CAPTURE
  104.  
  105.      ASCII transfer is simply the sending of information as characters,
  106.      and is limited to 7 bit information.  The transfer of files in
  107.      ASCII mode can be done if your system is capable of any type of
  108.      data capture.  To download a file using the ASCII method, follow
  109.      the same sequence of steps listed above for XMODEM, but select
  110.      protocol type 1, ASCII.
  111.  
  112.      4.  WILDCAT! will ask which type of ASCII transfer you want,
  113.               1.  PROMPTED
  114.               2.  TIME DELAY
  115.               3.  NO DELAY
  116.  
  117.      NO DELAY is the simplest and will cause WILDCAT! to send the file
  118.      full speed to your system with no pauses.  If it is a long file and
  119.      your system has only a small communications buffer, you may find
  120.      your computer is unable to keep up with receiving & writing the file
  121.      without losing some characters.  If so, change to a TIME DELAY as
  122.      indicated below.
  123.  
  124.      TIME DELAY will allow you to specify the amount of time between each
  125.      transmitted character in hundredths of a second.  For example you
  126.      could specify 10 as the time delay and WILDCAT! would wait 10/100 of
  127.      a second (one tenth) between each character sent.  A delay between
  128.      10 and 50 will allow almost any system to successfully receive ASCII
  129.      even if a buffer problem has been found.
  130.  
  131.      PROMPTED transmission allows receiving the file line by line with a
  132.      pause between each line until a specified character has been
  133.      received by WILDCAT!.  You must tell WILDCAT! what character will be
  134.      sent by your system to signal that it is ready for the next line.
  135.  
  136.      5.  Open your capture or receive file as indicated by WILDCAT!
  137.          (Opening your capture file is done by using the Alt-R command in
  138.          PC-TALK & QMODEM)  After setting up to receive the file on your
  139.          end, you have to send WILDCAT! one carriage return so that it
  140.          knows you are ready to start.
  141.  
  142.      6.  The file will be sent a line at a time until the entire file is
  143.          sent.  You will see the lines of ASCII code (readable text and
  144.          numbers) on your screen as they flow to your system.  A Ctrl-X
  145.          (ASCII CAN) can be sent anytime to abort the transmission of the
  146.          data.
  147.  
  148.      7.  When the file transfer is finished, WILDCAT! will send you an
  149.          End Of File Marker (Ctrl-Z) and tell you to close your capture
  150.          file (PC-TALK & QMODEM Alt-R)
  151.  
  152.      Addtitional transfer protocols available include IMODEM and YMODEM-G,
  153.      both of which require special modem hardware error checking for
  154.      proper operation.  If your modem supports MNP or ARQ they may be
  155.      selected.  If you are unsure, use another protocol.
  156.  
  157.      Batch file transfer may also be acomplished through external protocols
  158.      such as KERMIT, YMODEM-batch and others.  Your communications program
  159.      must be set up for these protocols and the system you are calling
  160.      must have made them available.
  161.  
  162.      FILE UPLOADING
  163.  
  164.      File uploading to WILDCAT! is very similar to downloading.
  165.  
  166.      Uploading of ASCII files can be done without interruption between
  167.      lines.  WILDCAT! can handle data uploading at up to 2400 baud
  168.      without any problem.
  169.  
  170.      Before sending a file be sure WILDCAT! has enough disk space to take
  171.      the file. When you select <U>PLOAD at the File menu, the system will
  172.      tell you how much disk space is free on the upload drive.
  173.  
  174.      UPLOAD GROUND RULES
  175.  
  176.      You are encouraged to donate programs to the library on this system.
  177.      Any type of program or document is welcome, however, a few ground
  178.      rules are in order.  The files donated must contain only information
  179.      that is in the public domain.  No private or commercial information
  180.      should be placed on this system.  The SYSOP is not responsible for
  181.      any of the data that is shared on this system.
  182.  
  183.